From: Steven Tamm Date: Mon, 19 Jul 2004 05:20:01 +0000 (+0000) Subject: Fixing typo in sys_select. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21598 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c6d106adb29d22c2cc49ec07d424cf5e0a34efc0;p=emacs.git Fixing typo in sys_select. --- diff --git a/src/mac.c b/src/mac.c index dfe5b01761e..0ccedfdea7c 100644 --- a/src/mac.c +++ b/src/mac.c @@ -2795,7 +2795,7 @@ sys_select (n, rfds, wfds, efds, timeout) do { - EMACS_TIME select_timeout + EMACS_TIME select_timeout; SELECT_TYPE orfds = *rfds; int r; OSErr err;